convertListToArray

open fun convertListToArray(ls: List<Any>): Array<Any>

Convert List of Objects to the array of Objects

Return

array of Objects

Parameters

ls

The list of Objects